Return

Edit Resource: StateModeMatrix

Description

The StateModeMatrix attribute under EditResource defines a matrix of the time values required to transition between 2 modes. For a 3 mode state definition, a 3x3 matrix will be defined in the form of {x1y1,x2y1,x3y1,x1y2,x2y2,x3y2,x1y3,x2y3,x3y3}.

Parameters

ParameterDescription
StateModeMatrixThe parameter is a string of floats in single quotes with each value delimited by a comma.

Examples

Define all of the transition times for a 3x3 state matrix for the resource FUSE.

PATCH api/resource/OpsTeam

Body:

{

"StateModeMatrix" : "600,1200,1800,2400,3000,3600,4200,4800.5,5400]

}